executor (Promise)
Promiseのconstructorに渡す関数
型定義は(resolve: (value: T) => void, reject: (error: any) => void) => void
#2022-02-10 03:55:28